home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997 November
/
Macworld (1997-11).dmg
/
Inside Macworld
/
Product News
/
BBEdit 4.5 Demo
/
ToolServer Support
/
Copy to MPW folder
/
BBEditShutdown
next >
Wrap
Text File
|
1994-01-03
|
804b
|
32 lines
# BBEditShutdown
# Version 2.5.4
# January 3, 1994
# This script is invoked by BBEdit when it breaks the ToolServer
# connection. It should reside in the same folder as ToolServer.
#############################################################################
# The commands in this section MUST NOT BE ALTERED, or the link between
# BBEdit and ToolServer will not function correctly.
Unset BBEditNBPObj
Unset BBEditNBPType
Unset BBEditNBPZone
Unset BBEditPPCPortName
Unset BBEditPPCClientName
Unset BBEditIsRemote
Unset BBEditExists
unalias File
unalias Line
alias File Target
For __Startup__i in `(Files "{ShellDirectory}"BBEditShutdown•≈ || Set Status 0) ≥ dev:null`
Execute "{__Startup__i}"
End
Unset __Startup__i
#############################################################################